home *** CD-ROM | disk | other *** search
/ SGI Hot Mix 8 / Hot Mix 8.iso / .all / demos / Z-Mail / zmail.sgi5 / README (.txt) < prev    next >
Text File  |  1994-06-22  |  2KB  |  57 lines

  1.               README for Z-Mail
  2.                  version 3.0
  3.         Copyright Z-Code Software Corp., 1993, 1994
  4.                    
  5. This directory contains the Z-Mail distribution. 
  6.  
  7. To install Z-Mail, you'll need the following things:
  8.  
  9.   -  The ability to become the superuser.  To do this, you may
  10.      have to consult your system administrator. (If you are
  11.      unable to do this, follow the instructions below for
  12.      running Z-Mail without installing.)
  13.   -  A Z-Mail activation key.  Demonstration and permanent keys
  14.      are available from Z-Code Software; call +1 415-499-8649 
  15.      (+1 415-898-8649 after February 1, 1994) or send e-mail 
  16.      to keys@z-code.com.  (If you want to run without
  17.      installing, make sure to get a "local only" key.)
  18.  
  19. If you are also installing the Network License Server (NLS), you'll
  20. need an NLS activation key as well.  Only permanent keys are available
  21. for the NLS.
  22.  
  23. Once you've obtained your activation key(s), install Z-Mail by
  24. changing your working directory to the directory where the README file
  25. resides, becoming the superuser, and issuing the command:
  26.  
  27.   % sh doinstall.sh
  28.  
  29. Follow the instructions that doinstall.sh provides to complete the
  30. installation.  If you need assistance, contact Z-Code Technical
  31. Support at support@z-code.com or +1 415-499-8649.  For detailed
  32. installation instructions, print the PostScript file doc/Install.ps.
  33.  
  34.  
  35. Running Z-Mail without Installing
  36. ---------------------------------
  37.  
  38. If you would like to run Z-Mail from this directory (without
  39. installing it elsewhere), set your environment variables as follows.
  40. (This example uses csh syntax.)
  41.  
  42.   % setenv ZMLIB {distribution-directory}/lib
  43.   % unsetenv XUSERFILESEARCHPATH
  44.   % setenv XAPPLRESDIR $ZMLIB
  45.   % setenv MAILCAPS $ZMLIB/mailcap
  46.   % set path=($ZMLIB/.. $ZMLIB/bin $path)
  47.  
  48. Also, add the Z-Mail activation key to the file $ZMLIB/system.zmailrc
  49. by adding the following line near the beginning:
  50.  
  51.     license key {activation-key}
  52.  
  53. Then issue the command "zmail -gui" to start the Z-Mail graphical user
  54. interface, or simply "zmail" to start Z-Mail in command-line mode.
  55.  
  56.  
  57.